home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2880 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  818 b 

  1. Path: oxy.rust.net!usenet
  2. From: ebennett@rust.net
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: bc4.0, Windows, Cursor
  5. Date: Sat, 20 Jan 1996 05:00:33 GMT
  6. Organization: Rust Net - High Speed Internet in Detroit  810-642-2276
  7. Message-ID: <4dpiba$gij@oxy.rust.net>
  8. References: <4dmam5$vjj@ns.RezoNet.NET>
  9. NNTP-Posting-Host: liv-12.rust.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. slane@interlink.net (Simon Lane) wrote:
  13.  
  14. >Using SetCursor() to change the cursor from IDC_ARROW to IDC_WAIT works 
  15. >until the user actually moves the cursor.  How do you change the cursor 
  16. >for the entire desktop, or at the least for the current active window 
  17. >and make sure that it does not change back ?
  18.  
  19. >Thanks in advance, slane@interlink.net
  20.  
  21. Process the WM_MOUSEMOVE message and call SetCursor() every time you
  22. receive that message.
  23.  
  24. Earl
  25.  
  26.  
  27.